*{
    box-sizing: border-box;
    line-height: normal;
}


header{
    position: relative;
    transition-duration: .5s;
    z-index: 5;
}
html,
body {
    padding: 0;
    font-family:'DFHeiGB-W5' ;
    margin: 0;
}
body {
    background-color: #fff;
    font-size: 16px;
    color: #666;
    position: relative;
    -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
h1,
h2,
h3 {
    font-size: 18px;
}
h4,
h5,
h6 {
    font-size: 16px;
}
p {
    margin: 0 0 10px 0;
}
a,
a:link,
a:active,
a:visited,
a:hover {

    text-decoration: none;
}
a:hover{
    color: #0F487F!important;
}
p{
    margin: 0 0;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}


.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    background: #fff;
    transition: all 0.3s;
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: zoomOut 0.2s linear forwards;
    animation: zoomOut 0.2s linear forwards;
}
.popup .close-btn {
    cursor: pointer;
    position: fixed;
    top: 0.4rem;
    right: 0.3rem;
    z-index: 2;
    font-size: 0.22rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    transform: rotate(0deg);
    border: 0.02rem solid #e9eaed;
    color: #aabac7;
    line-height: 0.46rem;
    text-align: center;
}
.popup .popup-wrapper {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.popup .popup-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.popup.close {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: zoomIn 0.3s linear forwards;
    animation: zoomIn 0.3s linear forwards;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(1.2);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(1.2);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0.5;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        opacity: 0.5;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.newMes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.headSlide{
    border-radius: 100%;
    width: 0.46rem;
    height: 0.46rem;
    background-color: #0F487F;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3rem;
    cursor: pointer;
    display: none;
}
.headSlide:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#0F487F82;
    border-radius: 100%;
    transform: scale(1.03);
    animation:run 3s ease-in  infinite normal;


}

.headSlide{

}
.headSlide.active svg:nth-of-type(1){
    display: none;
}
.headSlide.active svg:nth-of-type(2){
    display: block;
}

.headSlide svg{
    width: 0.2rem;
    display: block;
    margin: 0 auto;f
    height: 0.46rem;
    position: relative;
    z-index: 2;
}
.headSlide svg:nth-of-type(1){
    display: block;
}
.headSlide svg:nth-of-type(2){
    display: none;
}
.headSlide svg path{
    fill: white!important;
}
.container{

    width: 14rem;
    line-height: 0.2rem;
    margin: 0 auto;
}
footer{
    background-color: #F7F8FA;
}
.foog1{
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
}
.foog2{
    color: #C7C7C7;
    text-align: center;
    font-size: 0.16rem;
    padding: 0.3rem 0;
    border-top: 1px solid #DDDDDD;
}
.footUl{
    font-size: 0;
}
.footUl .f1{
    display: inline-block;
    vertical-align: top;
    width: 14%;
}
.footUl .f1 img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.footUl .f11{
    color: #333333;
    font-size: 0.18rem;
    margin-bottom: 0.28rem;
    display: block;
}
.footUl .f22{
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.18rem;
    display: block;
}
.footUl .gf{
    color: #333333;
    font-size: 0.18rem;
    text-align: center;
}
.footUl .gf1{
    margin-bottom: 0.3rem;
}
.footUl .gf2{
    margin-top: 0.15rem;
}

.footUl .f1g1{
    width: 32%;
}
.footUl .f1g2{
    width: 12%;
}
.topRg{
    display: inline-block;
    vertical-align: middle;
    float: right;
    height: 0.7rem;
    line-height: 0.7rem;
}
.topUI{
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.topRg .x1{
    display: inline-block;
    vertical-align: middle;
    width: 0.32rem;
    height: 0.32rem;
}
.topRg .x2{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.3rem;
}

.topUI .ti1{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 0.56rem;
}
header .topUI .ti11.active{

    color:#0F487F ;
}
.topUz{
    position: absolute;
    width: 1.5rem;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-0);

    background-color: white;
    text-align: center;
    transition-duration: .5s;
}
.topUz .ti22{
    padding: 0.1rem 0;
    display: block;
    color: #333333;
}

.topUz .ti22.active{
    background-color:#0F487F ;
    color: white!important;
}

.topUz .ti22:hover{
    background-color:#0F487F ;
    color: white!important;
}
.topUI .ti11{
    color: #696969;
    font-size: 0.18rem;
    display: inline-block;
    line-height: 0.7rem;
}
.hlogo{
    line-height: 0.7rem;
    display: inline-block;
    vertical-align: middle;
    height: 0.7rem;
}
.zi1{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.headTou .zi1{
    color: white;
}

.hlogo img{
    vertical-align: middle;
    display: inline-block;
    height: 30px;
}
.hlogo img:nth-of-type(1){
    display: none;
}
.hlogo img:nth-of-type(2){
    display: inline-block;
}
.fadeInDownXIn{
    transform: translate(-50%,0%);
    pointer-events: auto;
    opacity: 1;
}
.fadeInDownXOut{
    transform: translate(-50%,50%);
    pointer-events: none;
    opacity: 0;
}
header{
    box-shadow: 0 4px 10px rgba(0,0,0,.06);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}
.headTou .hlogo img:nth-of-type(1){
    display: inline-block;
}
.headTou .hlogo img:nth-of-type(2){
    display: none;
}
.headTou .topUI .ti11{
    color: white;
}
.headTou .topRg .x1 path{
    fill: white;
}
.headTou .topRg .x2{
    color: white;
}
.headTou{
    background-color: transparent;
    box-shadow: unset;
}
.swiper-button-gai:after{
    display: none;
}
.containerz{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.mySwiper{
    height: 100vh;
}
.mySwiper .swiper-slide{
    background-size: cover;
    background-position:  center center;
}

.mySwiper .swiper-pagination-bullet{
    width: 0.6rem;
    height: 0.04rem;
    background-color: white;
    border-radius: 0.1rem;
}
.mySwiper .swiper-pagination{
    bottom: 0.4rem;
}
.yuanXianx1w{
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 3;
    pointer-events: none;
}
.yuanXianx1w .yuanXianx1{
    color: white;
}
.yuanXianx1{
    color: #333333;
    font-weight: bold;
    font-size: 0.28rem;
    margin-bottom: 0.6rem;

}
.yuanXian .x2{
    width: 2.2rem;
    display: block;
    margin-bottom: 0.3rem;
}
.yuanXian .x3{

    width: 6.8rem;
    max-width: 100%;
}
.yuanXian .x3 p{
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.35rem;
}
.yuanXian .x3 p,.yuanXian .x3 span{
    color: #333333!important;
    font-family: "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, Helvetica, Arial!important;
}
.comSilde{
    background-size: cover;
    background-position: center center;
    padding: 0.77rem 0;
}
.yuanXian .x4{
    display: inline-block;
    border:1px solid #0F487F;
    color: #0F487F;
    border-radius: 1rem;
    width: 2rem;
    text-align: center;
    padding: 0.17rem 0;
    margin-top: 0.4rem;
    margin-bottom: 0.7rem;
    transition-duration: .5s;
}

.seeMorech {
    padding: 0 0!important;
    border-radius: 0;
}
.seeMoree {
    transition-duration: .5s;
    overflow: hidden;
    background-color: #004EA2;
    line-height: 0.54rem;
    text-align: center;
    width: 2.4rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    border-radius: 1rem;
    margin: 0 auto;
    margin-bottom: 0.9rem;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
}

.seeMoree span {
    position: relative;
    z-index: 2;
    transition-duration: .5s;
}
.seeMoree:hover {
    color: #004ea2;
    border: 1px solid #004ea2;
}
.seeMoree:hover span{
    color: white;
}
.seeMoree:before {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    left: 0%;
    transform: scale(1,1);

    transition-duration: .5s;
    background-color: white;
}
.seeMoree:hover::before {
    transform: scale(1,0);
}




.yuanXian hr{
    width: 1.2rem;
    background-color: #333333;
    display: inline-block;
    margin: 0 0;
    margin-bottom: 0.2rem;
}
.yuanXian .x5{
    display: inline-block;
    vertical-align: top;
    margin-right: 0.4rem;
    margin-bottom: 0.1rem;
}
.yuanXian .x5mg{
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
    width: calc(16%);
}
.yuanXian .x51{
    font-size: 0.4rem;
    font-weight: bold;
    color: #0F487F;
    font-family: 黑体;
}
.yuanXian .x52{

    font-size: 0.18rem;
    border-top: 1px solid #DBDBDB;
    margin-top: 0.1rem;
    padding-top: 0.16rem;
}
.beiJing{
    text-align: center;
}
.beiJing .b1{
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.3rem;
}
.beiJing .b2{
    color: #FFFFFF;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.beiJing .b3{
    color: #FFFFFF;
    font-size: 0.18rem;
   display: block;
}
.beiJing .b3 svg{
    display: inline-block;
    vertical-align: middle;
}
.beiJing .b3 div{
    display: inline-block;
    vertical-align: middle;
}
.beiJing .b4{
    color: #FFFFFF;
    font-size: 0.18rem;
    line-height: 0.34rem;
    display: none;
    width: 3.6rem;

}
.imgbeiJingw{
    display: flex;
    position: relative;
}
.imgbeiJing{
    background-size: cover;
    background-position: center center;
    height: 7.2rem;
    position: relative;
    flex: 1;
    transition-duration: .5s;

}
.imgbeiJing:before{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
}
.imgbeiJing:hover{
    flex: 4;

}
.imgbeiJing:hover .beiJing{
    text-align: left;
}

.imgbeiJing:hover  .beiJing .b4{
   display: block;
}

.imgbeiJing:hover .beiJing .b3{
   display: none;
}
.beiJing{
    position: absolute;
    top: 32%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,0%);
}
.seeMore{
    display: inline-block;
    float: right;
    color: #0F487F;
    font-size: 0.18rem;
    font-weight: normal;
}

.seeMore span{
    display: inline-block;
    vertical-align: middle;
}
.seeMore svg{
    display: inline-block;
    vertical-align: middle;
    transition-duration: .5s;
    transform: translateX(0px);
}
.seeMore:hover svg{
   transform: translateX(10px);
}

.swiperlou{
    overflow: unset!important;
    margin-bottom: 0.8rem;
    padding-bottom: 0.6rem!important;
}

.swiperlou .swiper-pagination{
    bottom: 0;
    top:unset!important;
    width: 90%;
}
.swiperlou .swiper-button-next{
    transform: rotate(180deg);
}
.swiperlou .swiper-button-next:after{
    display: none;
}
.swiperlou .swiper-button-prev:after{
    display: none;
}
.swiperlou .swiper-button-next,.swiperlou .swiper-button-prev{
    width: 0.5rem;
    height: 0.5rem;
    opacity: 1!important;
    outline: none;
}

.swiperlou .swiper-button-next svg{
    width: 0.5rem;
    height: 0.5rem;
}
.swiperlou .swiper-button-prev svg{
    width: 0.5rem;
    height: 0.5rem;
}
.swiperlou .swiper-button-next:hover svg path{
    fill:#0F487F
}
.swiperlou .swiper-button-prev:hover svg path{
    fill:#0F487F
}
.swiper-button-prevgg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.3rem;
    height: 0;
}
.swiperlou .swiper-pagination-progressbar-fill{
    background-color: #0F487F;
}

.fangda:hover{

}
.fangdas{
    overflow: hidden;
}
.fangda .fangdas>div,.fangda .fangdas>img{
    transition-duration: .3s;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.fangda:hover .fangdas>div{
    transform: scale(1.03);
}
.fangda:hover .fangdas>div,.fangda:hover .fangdas>img{
    transform: scale(1.03);
}
.Ouhuan{
    box-shadow:0 4px 0.4rem rgba(0,53,173,.1) ;
}
.fuwaiquan{
    padding: 0.3rem 0.2rem;
    transition-duration: .5s;
}
.Ouhuan .h1{
    height:3.4rem ;
    background-size: cover;
    background-position: center center;

}
.Ouhuan:hover .fuwaiquan{
    background-color: #0F487F;
}
.Ouhuan:hover .h2,.Ouhuan:hover .h3,.Ouhuan:hover .h4{
    color: white;
}
.Ouhuan .h2{
    color: #333333;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.Ouhuan .h3{
    line-height: 0.32rem;
    color: #999999;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.Ouhuan .h4{
    color: #999999;
    font-size: 0.18rem;
}
.yuanXianx1t{
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
}
.yuanXianx1tb{
    color: white;
    position: relative;
    z-index: 2;
}
.gup1w{
    font-size: 0;
    padding: 0.9rem 0;
}
.gup1{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.gup2{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.gup2 img{
    width: 100%;
}
.gup1 .zs1{
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.8rem;
}
.gup1 .zs21{
    display: inline-block;
    color: #D93838;
    font-size: 0.6rem;
    vertical-align: bottom;
}
.gup1 .zs22{
    display: inline-block;
    vertical-align: top;
    color: #D93838;
    font-size: 1rem;
}
.gup1 .zs23{
    display: inline-block;
    vertical-align: top;
}
.gup1 .zs31{
    color: #D93838;
    font-size: 0.18rem;
    display: inline-block;margin-right: 0.35rem;
}

.gup1 .zs32{
    color: #D93838;
    font-size: 0.18rem;    display: inline-block;margin-right: 0.35rem;
}
.gup1 .zs33{
    color: #969696;
    font-size: 0.18rem;    display: inline-block;margin-right: 0.35rem;
}

.gup1 .zs34{
    color: #969696;
    font-size: 0.18rem;    display: inline-block;
}
.gup1 .zs2{
    margin-bottom: 0.45rem;
}
.tanKuanf{
    width: 25%;
    display: inline-block;
    padding: 0 0.1rem;
    box-sizing:border-box;
    margin-bottom: 0.2rem;
}
.tanKuan{
    background-image: url("../img/wenjiankuan.png");
    background-size: 100% 100%;
    position: relative;
    height: 1.8rem;

    transition-duration: .8s;
    transform: rotateX(0deg);

}


.tanKuanfw{
    margin-bottom: 0.6rem;
    font-size: 0;
}
.tanKuan div{
    color: #CCA949;
    position: absolute;
    width: 80%;

    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0.24rem;
    text-align: center;
}

.waiHuise{
    position: relative;
    overflow: hidden;
}
.waiHuise:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.2rem;
    background-color: #0D4679;
    content: "";
}
.shoouLogow{
    position: relative;
    z-index: 3;
    font-size: 0;
    vertical-align: top;
    margin-bottom: 0.8rem;
}
.shoouLogo{
    text-align: center;
    height: 2.1rem;
    line-height: 2.1rem;
    vertical-align: middle;
    border-right:1px solid rgba(0,0,0,.06) ;
    border-bottom: 1px solid rgba(0,0,0,.06) ;
    background-color: white;
    display: inline-block;
    width: 16.66%;
}

.shoouLogo:nth-of-type(6n){
    border-right:0px;
}


.shoouLogo img{

}
.shoouLogo:hover img{
    transform: scale(1.05);
}
.shoouLogo img{
    max-width: 80%;
    transition-duration: .5s;

    display: inline-block;
    vertical-align: middle;
}
.zbanner{
    height: 5.6rem;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.ztitle{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);



}
.ztitle .ct1{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.28rem; text-shadow: 0px 3px 10px rgba(0,0,0,.1);
    margin-bottom: 0.15rem;
}
.ppg1w{
    display: flex;
    margin-top: -0.4rem;
    justify-content: center;
    position: relative;
    z-index: 4;
    margin-bottom: 0.8rem;
}
.ztitle .ct2{
    color: white;font-size: 0.18rem;
    text-align: center; text-shadow: 0px 3px 10px rgba(0,0,0,.1);
}
.ppg1c{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.ppg1{
    background-color: #0F487F;
    padding: 0.2rem 0.1rem;
    text-align: center;
    width: 2rem;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition-duration: .5s;
}
.ppg1s{
    width: 5.2rem;
}
.ppg1s1{
    width: 3rem;
}
.ppg1:hover{
    background-color: #5496CC;
}
.active.ppg1{
    background-color: #5496CC;
}
.ppg1 div{
    width: 100%;
    color: white!important;
    font-size: 0.16rem;
}
.ppg1 div:nth-of-type(2){
    font-size: 0.12rem;
}
.ditubg620{
    min-height: 6.2rem;
    padding: 0 0;
    display: flex;
    align-items: center;
}
.ditubg620 .x3{
  width: 5.8rem;

}
.ditubg620 .x3 p{
    text-align: justify;
    text-align-last: left;
}
.comSilde:nth-of-type(2n) .yuanXian{
    text-align: right;
}
.comSilde:nth-of-type(2n) .x3{
   display: inline-block;
}
.fazhaniv{
    position: relative;

    padding-bottom: 0.6rem;
}
.fazhaniv .fa11{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.5rem;
    color: #9A9A9A;
    text-shadow: 0 4px 10px #9A9A9A;
    margin-right: 0.25rem;
}
.fazhaniv .fa12{
    display: inline-block;
    vertical-align: middle;
    color: #9A9A9A;
    font-size: 0.2rem;
    margin-top: 0.18rem;
}
.huowaiK{
    position: relative;
}
.huowaiK1{
    display: flex;
    padding: 0.2rem;
    padding-right: 0.8rem;
    position: relative;
    background-size: 100% 100%;
    background-image: url('../img/huyan.png');
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, .1));
    min-height: 1rem;
}
.sanjianX{
    position: absolute;
    right: -0.62rem;
    top: -0.37rem;
    transform: rotate(180deg);
    width: 0.92rem;
    height: 0.84rem;

}
.sanjianX1{
    right: -0.32rem;
    top: 0;
    width: 0.2rem;
    position: absolute;
}
.juxing{
    position: absolute;
    top: 50%;
    height: 150%;
    width: 1px;
    right: -0.22rem;
    transform: translate(0px, -50%);
    opacity: 0;
}
.huowaiK .d1{
    display: inline-block;
    vertical-align: top;
    color: #333333;
    min-width:0.8rem;
    font-size: 0.2rem;
}
.huowaiK .d2{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #333333; font-size: 0.2rem;
}
.quKUanD{

    padding-left: 1.4rem;
    margin-bottom: 0.6rem;
    display: inline-block;
    width: 48.5%;
}
.fazhaniv .fa1{
    text-align: right;
    margin-bottom: 0.2rem;
    padding-right: 0.35rem;
}
.keyan{
    font-size: 0.28rem;
    color: #333333;
    text-align: left;
    margin-bottom: 0.3rem;
}
.zhuKuan{
    margin: 0 -0.1rem;
    font-size: 0;
    margin-top: 0.6rem;
}
.zhuKuan .zu1{
    display: inline-block;
    vertical-align: top;
    padding: 0 0.1rem;
    width: 33.33%;
}
.zhuKuan .zu1 img{
    width: 100%;
}
.moFangda{
    font-size: 0;
    padding: 0.7rem 0;
}
.moFangda:nth-of-type(2n){
    background-color: #F0F0F0;
}

.moFangda:nth-of-type(2n) .f1{
    padding-left: 0.4rem;
    padding-right: 0;
    margin-top: 0.25rem;
}


.moFangda:nth-of-type(2n) .f2{
    float: left;
    padding-left: 0;
    padding-right: 0.4rem;
}



.moFangda .f1{
    width: 50%;
    display: inline-block;
    padding-right: 0.4rem;
    vertical-align: middle;
}
.moFangda .f11{
    margin-bottom: 0.2rem;
    width: 0.64rem;
}
.moFangda .f12{
    font-size: 0.32rem;
    color: #333333;
    margin-bottom: 0.2rem;
}
.moFangda .f13{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.35rem;
}
.moFangda .f2{
    width: 50%;
    padding-left: 0.4rem;
    display: inline-block;
    vertical-align: middle;
}
.moFangda .f2 img{
    width: 100%;
}
.lanmuD{
    vertical-align: middle;
    display: flex;
    justify-content: center;
    margin-bottom: 0.45rem;
    flex-wrap: wrap;
}
.lanmuD a{
    color: #808080;
    font-size: 0.18rem;
    background-color: #F0F0F0;
    padding: 0.16rem 0.28rem;
    margin: 0 0.05rem;
    cursor: pointer;
    transition-duration: .5s;
}
.lanmuD a:hover{
    box-shadow:0px 2px 16px rgba(0,0,0,.06) ;
    background-color: white;
    color: #0F487F;
}

.lanmuD a.active{
    box-shadow:0px 2px 16px rgba(0,0,0,.06) ;
    background-color: white; color: #0F487F;
}

.fFtitle{
    color: #333333;
    font-size: 0.22rem;
    border-radius: 0.1rem 0.1rem 0 0;
    padding: 0.4rem 0;
    text-align: center;
    background-color: #F0F0F0;
}

@media screen and (min-width: 768px) {
    .hlogo img{
        height: 30px;
    }
    .tanKuanf:hover .tanKuan{
        transform: rotateX(360deg);
    }
    .clGepn:nth-of-type(2n){
        text-align: right;
    }

    .clGepn:nth-of-type(2n) .fa1{
        text-align: left;
    }
    .clGepn:nth-of-type(2n) .huowaiK1{
        background-image: url("../img/huyan2.png");
    }

    .clGepn:nth-of-type(2n) .sanjianX1{
        left: -0.3rem;
        right: unset;
        top: 0;
        position: absolute;
    }
    .clGepn:nth-of-type(2n) .fa1{
        padding-right: 0rem;
        padding-left: 0.35rem;
    }

    .clGepn:nth-of-type(2n) .huowaiK .d1{
        min-width: 0.9rem;
    }

    .clGepn:nth-of-type(2n) .quKUanD{
        padding-right: 1.4rem;
        padding-left: 0;
    }
    .changline{
        position: relative;
        margin-bottom: 1.2rem;
    }
    .changline:before{
        content: "";
        width: 0.01rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;

        background-color: #E5E5E5;
    }

    .quKUanD:hover .juxing{
        opacity: 1;
    }
    .quKUanD:hover .sanjianX1 g{
        stroke: #0F487F;
    }
}

@media screen and (min-width: 1400px) {
    .hlogo img{
        height: 37px;
    }
}

/*.quKUanD:hover .sanjianX1 circle{*/
/*    fill: #0F487F;*/
/*}*/


.quKUanD:hover .fa11{
    color: #0F487F;
}
.quKUanD:hover .fa12{
    color: #0F487F;
}
.quKUanD:hover .huowaiK .d1,.quKUanD:hover .huowaiK .d2{
    color: white;
}
.quKUanD:hover .huowaiK1{
    background-image: url("../img/huyan1.png");
}
.quKUanD:hover .huowaiK1{
    background-image: url("../img/huyan1.png");
}

.yuanXianws{
    padding-top: 0.4rem;
}


.honor-carousel {
    font-size: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}
.honor-carousel .honor-carousel_img {
    width: 70%;
}
.honor-carousel .honor-carousel_img .swiper {
    padding: 0.6rem 0;
}
.honor-carousel .honor-carousel_img .swiper .swiper-slide .swiper-slide-shadow-left,
.honor-carousel .honor-carousel_img .swiper .swiper-slide .swiper-slide-shadow-right {
    background-image: none;
}
.honor-carousel .honor-carousel_img .swiper .swiper-slide img {
    max-width: 100%;
    transform: scale(1);
    transition-duration: .5s;
}
.honor-carousel .honor-carousel_img .swiper .swiper-slide .only-hand {
    font-size: 0.18rem;
    margin-top: 0.3rem;
    display: none;
    word-break: break-all;
}
.honor-carousel .honor-carousel_img .swiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22.17%, #ffffff 100%);
    opacity: 1;
    transition-duration: .5s;
}
.honor-carousel .honor-carousel_img .swiper .swiper-slide.swiper-slide-active img {
    transform: scale(1.2);

    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, .1));

    /*box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);*/
}
.honor-carousel .honor-carousel_img .swiper .swiper-slide.swiper-slide-active::after {
   opacity: 0;
}
.honor-carousel .honor-carousel_txt {
    position: relative;
    width: 30%;
    box-sizing: border-box;
    padding: 0.4rem 0 0.3rem;
}
.honor-carousel .honor-carousel_txt .swiper {
    width: 100%;
    height: 5.08rem;
    padding: 0.1rem 0.1rem 0 0.1rem;
    box-sizing: border-box;
}
.honor-carousel .honor-carousel_txt .swiper .swiper-slide {
    text-align: center;
}
.honor-carousel .honor-carousel_txt .swiper .swiper-slide span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0.1rem;
    font-size: 0.2rem;
    line-height: 0.8rem;
    height: 0.8rem;
    border-radius: 0rem;
}
.honor-carousel .honor-carousel_txt .swiper .swiper-slide.swiper-slide-active span {
    background: #fff;
    box-shadow: 0px 0.02rem 0.2rem rgba(0, 0, 0, 0.1);
}
.honor-carousel .honor-carousel_txt .swiper-button-next,
.honor-carousel .honor-carousel_txt .swiper-button-prev {
    left: 50%;
    right: auto;
    z-index: 1;
    margin-top: 0;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100% auto;
    cursor: pointer;
}

.honor-carousel .honor-carousel_txt .swiper-button-next:hover path,
.honor-carousel .honor-carousel_txt .swiper-button-prev:hover path{
    fill: #0F487F;
}

.honor-carousel .honor-carousel_txt .swiper-button-next:after,
.honor-carousel .honor-carousel_txt .swiper-button-prev:after {
    display: none;
}
.honor-carousel .honor-carousel_txt .swiper-button-next {
    top: auto;
    bottom: 0;
    background-image: url("../img/turn-bottom.png");
}
.honor-carousel .honor-carousel_txt .swiper-button-prev {
    top: 0;
    background-image: url("../img/turn-bottom.png");

}

.heTitle{
    text-align: center;
    font-size: 0.28rem;
    color: #333333;
    margin-bottom: 0.6rem;
    margin-top: 1.2rem;
}
.zhuoDiv{
    position: relative;
    display: inline-block;
}
.zhuoDivw{
    text-align: center;
    width: 2.3rem;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.2rem;
}
.zhuoDivw:hover path{
    fill: #0F487F;
}
.zhuoDivw:hover .zhuoDiv div{
    color: white;
}
.zhuoDiv svg{
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, .1));
    width: 0.78rem;
    height: 0.9rem;
}
.zhuoDiv svg path{
    transition-duration: .5s;
}
.zhuoDiv div{
    line-height: 0.9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 0.2rem;
    transition-duration: .5s;
}
.zhuoDiv1{
    box-shadow: 0 0.04rem 0.2rem rgba(0,0,0,.06);
    padding: 0.7rem 0.3rem 0 0.3rem;
    text-align: center;
    margin-top: -0.45rem;
    font-size: 0.18rem;
    height: 1.6rem;
    color: #333333;
}
.zhuoDivws{
    text-align: center;
    margin-bottom: 0.9rem;
}
.shixDiv{
    background-color: #F8FAFB;
    padding: 0.3rem 0.4rem;
    margin-bottom: 0.2rem;
}
.shixDiv .f1{
    color: #333333;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.shixDiv .f2{
    color: #C4C4C4;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.shixDiv .f3{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
}
.shixDiv .f31{
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
}
.shixDiv .f32{
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
}
.shixDivs{
    position: relative;
}
.shixDivs .ss1{
    padding: 0.14rem 0.2rem;
    font-size: 0.18rem;
    color: #333333;
    padding-right: 1.6rem;
    border: 1px solid #C4C4C4;
    width: 100%;

}
.shixDivsss2{
    position: absolute;
    right: 0;
    top: 50%;

    transform: translate(0,-50%);
    background-color: #0F487F;
    color: white;
    text-align: center;
    width: 1.6rem;
    line-height: 0.52rem;
    cursor: pointer;
    font-size: 0.18rem;
}
.shixDivsss2g{
    display: block;
    margin: 0 auto;
    width: 2.4rem;
}
.shixDivsss2:hover{
    background-color: #095faf;
}
.zhiwei{
    position: relative;
    margin-top: 0.3rem;
}
.contText p{
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.3rem;
}
.contText img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.contText80{
    margin-bottom: 0.8rem;
}
.containerga{
    margin-bottom: 0.8rem;
}
.zhiwei div{
    display: inline-block;
    padding: 0.1rem;
    position: relative;
    z-index: 2;
    font-size: 0.18rem;
    background-color: #F8FAFB;
    padding-left: 0;
}
.zhiwei hr{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    margin: 0 0 ;
    padding: 0 0;
}
.pages{
    font-size: 0;
    text-align: center;
    margin-bottom: 0.6rem;
}
.pages li{
    margin: 0 0.06rem;
    display: inline-block;
}
.pages li a,.pages li span{
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.19rem;
    letter-spacing: 0px;
    color: #999999;
    display: inline-block;
    padding: 0.09rem;
    min-width: 0.38rem;
    text-align: center;
    border: solid 1px #e9e9e9;
    background-color: white;
}
.pages svg {
    width: 0.07rem;
    height: 0.14rem;
}
.pages li a:hover,.pages li span:hover,.pages li:hover path{
    background-color: #0F487F;
    color: white!important;
    border: solid 1px #0F487F;
    fill: white!important;
}

.pages li span.active{
    background-color: #0F487F;
    color: white;
    border: solid 1px #0F487F;
}

.tanChuan {
    background-color: rgba(0,0,0,0);
    transition-duration: .5s;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    visibility: hidden;
}
.tanChuan.active {
    visibility: visible;
    background-color: rgba(0,0,0,0.2);
}

.tancuannei {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-350%);
    width: 90%;
    max-width: 11.2rem;
    border-radius: 0.2rem;
    transition-duration: .5s;
    background-color: white;
    overflow: hidden;
    box-sizing: border-box;
}

.tanChuan.active .tancuannei {
    transform: translate(-50%,-50%);
}

.ganWei{
    position: relative;
    background-color: #F5F7F9;
    padding: 0.24rem 0 ;
    text-align: center;
    color: #333333;
    font-size: 0.22rem;
}
.ganWei>svg{
    position:absolute ;
    right: 0.5rem;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}

.ganWei svg:hover path{
    fill: #0F487F;
}

.tancuanneig{
    padding: 0.4rem 0.9rem;
    font-size: 0;
    vertical-align: top;
}

.yuanInput{
    position: relative;
    padding-left: 1rem;
    width: 50%;
    margin-bottom: 0.35rem;
    display: inline-block;
    padding-right: 0.2rem;
}

.yuanInput>div:nth-of-type(1){
    width:  0.8rem;
    position: absolute;
    left: 0;
    white-space: nowrap;
    top: 50%;
    transform: translate(0,-50%);
    text-align: right;
    color: #333333;
    font-size: 0.2rem;
}
.yuanInput>input,.yuanInput>select{
    background-color: #F5F7F9;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    font-size: 0.18rem;
    border: 0;
    outline: none;
    padding:  0.1rem 0.2rem;
    border-radius: 0.06rem;
    width: 100%;
}

.divSvgs{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0,-50%);
}
.uploDiv{
    position: relative;
}
.uploDiv .i1{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
.uploDiv .i2{
    display: inline-block;
    vertical-align: middle;
    color: #173981;
    font-size: 0.18rem;
    margin-right: 0.1rem;
}
.uploDiv .i3{
    display: inline-block;
    vertical-align: middle;
    color: #173981;
    width: 0.16rem;

}

.newDiv{
    font-size: 0;
    background-color: white;
    margin-bottom: 0.4rem;

}
.newDiv .ne11{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.newDiv .ne1{

    height: 4.2rem;
    background-size: cover;
    background-position: center center;
}

.newDiv .ne2{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0.6rem 0.8rem;
    padding-bottom: 0;
}


.newDiv .ne21{
    color: #333333;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.newDiv .ne22{
    color: #333333;
    font-size: 0.18rem;
    margin-bottom: 0.4rem;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

    max-height: 0.9rem;
}
.newDiv .ne23{
    color: #333333;
    font-size: 0.18rem;
    margin-bottom: 0.6rem;
}

.newDiv .ne24{
    color: #0F487F;
    font-size: 0.18rem;
}

.newListx .cx1{
    height: 2.6rem;
    background-size: cover;
    background-position: center center;

}
.newListx .cx2{
    padding: 0.3rem 0.2rem;
    background-color: white;
}
.newListx .cx21{
    color: #333333;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.newListx .cx22{
    color: #999999;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 0.4rem;
    line-height: 0.3rem;
}
.newListx .cx23{
    color: #999999;
    font-size: 0.18rem;
}

.newListxw{
    font-size: 0;
    margin: 0 -0.2rem;
}
.newListxs{
    padding:0 0.2rem ;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.4rem;
}

.newListxs:hover .cx2{
    background-color:#0F487F ;    transition-duration: .5s;
}

.newListxs:hover .cx21{
    color: white;
    transition-duration: .5s;
}
.newListxs:hover .cx22{
    color: white;    transition-duration: .5s;
}
.newListxs:hover .cx23{
    color: white;    transition-duration: .5s;
}
.downXian{
    border-bottom: 1px solid #F0F0F0;
    padding: 0.2rem 0;
}
.downXian:hover .xi2{
    color: #0F487F;
}
.downXian:hover .xi3{
    color: #0F487F;
}
.downXian:last-of-type{
    border-bottom: 0;
}
.downXian .xi1{
    width: 0.32rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.downXian .xi2{
    color: #333333;
    font-size: 0.18rem;
    display: inline-block;
    vertical-align: middle;
    max-width: calc( 100% - 200px);
}
.downXian .xi3{
    color: #969696;
    font-size: 0.18rem;
    display: inline-block;
    vertical-align: middle;
    float: right;

}
.downXiang{
    background-color: white;
    padding: 0 0.4rem;
    margin-bottom: 0.5rem;
    font-size: 0;
}
.downXiangx{
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
}

.ndes .ndesin {
    padding: 0.8rem;
    font-size: 0.18rem;
    background-color: #ffffff;
    border-radius: 0.4rem;
}
.ndesin h1{
    text-align:center ;
}
.ndesin img{
    max-width: 100% !important;
}
.ndes .ndesin .dec {
    color: #808080;
    line-height: 0.32rem;
}
.ndes .ndesin .time {
    color: #999999;
    line-height: 0.32rem;
}
.ndes .flex {
    align-items: center;
    justify-content: space-between;
    margin-top: 0.7rem;
}

.mySwiper .swiper-button-next{
    right: -10px;
}
.mySwiper .swiper-button-prev{
    left: -10px;
}
.ndes .flex div.prev svg, .ndes .flex a.prev svg {
    transform: rotate(180deg);
}

.ndes .flex div span, .ndes .flex a span {
    color: #333333;
    font-weight: 700;
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding: 0 0.2rem;
}

.flex {
    display: flex;
}

.ndes .flex div svg, .ndes .flex a svg, .ndes .flex div span, .ndes .flex a span {
    display: inline-block;
    vertical-align: middle;
}
.flexxPage{
    margin-bottom: 0.6rem;
}


.flexxPage a:hover svg path{
    fill:  #0F487F;
}

.flexxPage a:hover span{

    color: #0F487F;

}
.sInput{
    width: 50%;
    padding: 0 0.2rem;
    box-sizing:border-box;
    display: inline-block;
    vertical-align: top;
}
.sInput100{
    width: 100%;
}
.sInput input{
    border: 1px solid #C4C4C4;
    padding: 0.13rem 0.4rem;
    box-sizing:border-box;
    outline: none;
    border-radius: 0.1rem;
    width: 100%;
    margin-bottom: 0.4rem; font-size: 0.18rem;
}

.newText{
    padding: 0.3rem 0.4rem;
    background-color: #F4F6F9;

    height: 4rem;
    outline: none;
    width: 100%;
    border: 0;
    margin-bottom: 0.4rem;
    font-size: 0.18rem;
    border-radius: 0.1rem;
}
.newText::placeholder,.sInput input::placeholder{
    color: #C4C4C4;
    font-size: 0.18rem;
}

.submitLiu{
    background-color: #0F487F;
    font-size: 0.18rem;
    text-align: center;
    color: white;
    display: block;
    margin: 0 auto;
    width: 3.2rem;
    border-radius: 0.1rem;
    line-height: 0.5rem;
    cursor: pointer;
}
.shixDivsss2:hover,.submitLiu:hover{
    background-color: #095faf;
}

.x3Title{
    color: #333333;
    font-size: 0.3rem;
    margin-bottom: 0.28rem;
    text-align: left;
}
.liangYi{
    font-size: 0;
}
.liangYi .yuanXian{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.liangYi .yuanXian:nth-of-type(1){
 padding-left: 1.5rem;
}
.liangYi .yuanXian .x3{
   margin-bottom: 0.3rem;
}
.liangYi .yuanXian:nth-of-type(2){
    text-align: right;
    max-width: 8.6rem;
    float: right;
    margin-top: 0.3rem;
}
.liangYi .yuanXian .x51{
    font-size: 0.3rem;
}
.liangYi .yuanXian .x52{
    font-size: 0.16rem;
    color: #0F487F;
}
.playVideo{
    position: relative;
}
.playVideo img{
    max-width: 100%;
}
.playVideo svg{
    position: absolute;
    right:43%;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    transform: translate(-50%,-50%);
    transition-duration: .5s;
    cursor: pointer;
    -webkit-transform-origin:50% 50%;
}
.playVideo svg:hover{
    transform: scale(1.2)translate(-50%,-50%);
}
@media screen and (min-width: 768px) {
    .clGepn:nth-of-type(2n) .quKUanD:hover .huowaiK1{
        background-image: url("../img/huyan22.png");
    }

    .clGepn:nth-of-type(2n) .huowaiK .d2{
        margin-left: 0.2rem;
    }

    .clGepn:nth-of-type(2n) .juxing{
        right: 5.59rem;
    }
}


@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 991px) {
    .ndes .flex a span {
        display: none;
    }
    .container{
        width: 90%;
    }
    .Ouhuan .h1{
        height: 2.2rem;
    }
    .zhuoDivw{
        margin-bottom: 0.3rem;
    }
}
@media screen and (max-width: 768px){
    .topRg>a:nth-of-type(2){
        display: none;
    }
    .seeMoree span{
        color: white;
    }
    .seeMoree:before{background-color: transparent }
    .yuanXianx1w{
        top:2% ;
    }
    .yuanXian .x5{
        width: 18%;
        margin-right: 0.1rem;
    }
    .comSilde{
        background-position: right center;
    }
    .yuanXian .x3 p{
        color: white!important;
    }
    .yuanXian .x52{
        color: white;
    }
    .liangYi .yuanXian:nth-of-type(1){
        width: 90%;
        margin: 0 auto;
        display: block!important;
    }
    .liangYi .yuanXian{
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        float: unset!important;
        max-width: 100% !important;
        padding-left: 0!important;
    }
    .playVideo img{
        width: 100%;
    }
    .ppg1{
        padding: 0.13rem 0.1rem;
    }
    .sInput{
        width: 100%;
    }
    .ndes .ndesin{
        padding: 0.4rem;
    }
    .newListxs{
        width: 50%;
    }
    .newDiv .ne11{
        width: 100%;
    }
    .newDiv .ne2{
        width: 100%;
        padding: 0.4rem 0.4rem;

    }
    .lanmuD a{
        margin-bottom: 0.2rem;
    }
    .moFangda .f1{
        width: 100%;
        padding: 0 0;
        padding-left: 0!important;
    }
    .moFangda .f2{
        width: 100%;
        float: unset;
        padding: 0 0;
        padding-top: 0.4rem;
        padding-right: 0!important;
    }

    .yuanInput{
        width: 100%;
    }
    .tancuanneig{
        padding: 0.4rem 0.2rem;
    }
    .zhuoDivws{
        margin-bottom: 0.6rem;
    }
    .ppg1{
        width: 2.4rem;
    }
    .honor-carousel {
        font-size: 0;
        display: flex;
        align-items: center;
    }
    .honor-carousel .honor-carousel_img {
        width: 90%;
    }
    .honor-carousel .honor-carousel_img .swiper {
        padding: 0.6rem 0;
    }
    .honor-carousel .honor-carousel_img .swiper .swiper-slide .only-hand {
        display: block;
    }
    .honor-carousel .honor-carousel_img .swiper .swiper-slide::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22.17%, #ffffff 100%);
    }
    .honor-carousel .honor-carousel_img .swiper .swiper-slide.swiper-slide-active img {
        transform: scale(1.2);
    }
    .honor-carousel .honor-carousel_img .swiper .swiper-slide.swiper-slide-active::after {
        display: none;
    }
    .honor-carousel .honor-carousel_txt {
        position: relative;
        width: 10%;
        box-sizing: border-box;
    }
    .honor-carousel .honor-carousel_txt .swiper {
        height: 0.2rem;
        opacity: 0;
        overflow: hidden;
    }
    .honor-carousel .honor-carousel_txt .swiper-button-next,
    .honor-carousel .honor-carousel_txt .swiper-button-prev {
        left: 50%;
        right: auto;
        z-index: 1;
        margin-top: 0;
        width: 0.32rem;
        height: 0.32rem;
        background-size: 100% auto;
        cursor: pointer;
    }
    .honor-carousel .honor-carousel_txt .swiper-button-next:after,
    .honor-carousel .honor-carousel_txt .swiper-button-prev:after {
        display: none;
    }
    .honor-carousel .honor-carousel_txt .swiper-button-next {
        top: auto;
        bottom: 0;
        background-image: url("../img/turn-bottom.png");
    }
    .honor-carousel .honor-carousel_txt .swiper-button-prev {
        top: 0;
        background-image: url("../img/turn-bottom.png");

    }

    .zhuKuan .zu1{
        width: 100%;
        padding-bottom: 0.2rem;
    }
    .sanjianX1{
        display: none;
    }
    .fazhaniv .fa1{
        text-align: left;
    }
    .ppg1w{
        flex-wrap: wrap;
    }
    .quKUanD{
        padding-left: 0rem;
        width: 100%;
        margin-bottom: 0;
    }
    .yuanXian .x5{
        margin-bottom: 0.2rem;
    }
    .yuanXian .x51{
        font-size: 0.3rem;
    }
    .yuanXian .x4{
        font-size: 0.12rem;
        padding: 0.13rem 0;
    }
    .shoouLogo:nth-of-type(2n){
        border-right:0px;
    }
    .shoouLogo{
        width: 50%;

    }
    .tanKuanf{
        width: 50%;
    }
    .gup1 .zs3{
        margin-bottom: 0.3rem;
    }
    .gup1{
        width: 100%;
    }
    .gup2{
        width: 100%;
    }
    .beiJing{
        top: 20%;
    }
    .swiper-button-prevgg {
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%,-50%);
        z-index: 10;
    }

    .imgbeiJingw{
        flex-wrap: wrap;
    }
    .imgbeiJing{
        width: 100%;
        flex: unset!important;
        height: 4.6rem;
    }


    .imgbeiJing .beiJing{
        text-align: center!important;
        width: 80%;
    }

    .imgbeiJing .beiJing .b4{
        display: block;
    }

    .imgbeiJing .beiJing .b3{
        display: none;
    }
    .imgbeiJing .beiJing .b4{
        width: 100%;
    }

    .mySwiper{
        height: 40vh;
    }
    .topUI{
        display: none;
    }
    .footUl .f1{
        display: none;
    }
    .footUl .f1g2{
        display: block;
        width: 100%;
    }
    .headSlide{
        float: right;
        margin-top: 0.1rem;
        display: block;
    }
    .ztitle .ct1{
        font-size: 0.4rem;
    }
    .hlogo{
        line-height: 0.9rem;
    }
    .headSlide {

        margin-top: 0.2rem;

    }

    .topRg{
        height: 0.9rem;
        line-height: 0.9rem;
    }
    .topRg .x2{
        margin: 0 0.1rem;
    }
    .topRg .x1{
       width: 0.4rem;
        height: 0.4rem;
    }

}
@media screen and (max-width: 515px){
    .newListxs{
        width: 100%;
    }
}
